@font-face {
  font-display: swap;
  font-family: "GraphikLC";
  src: local("MegaFonGraphikLC-Regular-Web"),
    url("/fonts/MegaFonGraphikLC-Regular-Web.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-display: swap;
  font-family: "GraphikLC";
  src: local("MegaFonGraphikLC-Medium-Web"),
    url("/fonts/MegaFonGraphikLC-Medium-Web.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-display: swap;
  font-family: "GraphikLC";
  src: local("MegaFonGraphikLC-Semibold-Web"),
    url("/fonts/MegaFonGraphikLC-Semibold-Web.woff2") format("woff2");
  font-weight: 600;
}

@font-face {
  font-display: swap;
  font-family: "GraphikLC";
  src: local("MegaFonGraphikLC-Bold-Web"),
    url("/fonts/MegaFonGraphikLC-Bold-Web.woff2") format("woff2");
  font-weight: 700;
}

#b13786 {
  background: rgb(86, 49, 134);
  background: linear-gradient(
    to right,
    rgb(189, 78, 191),
    rgb(130, 36, 143),
    rgb(86, 50, 135),
    rgb(68, 65, 137)
  ) !important;
}

.s_text p {
  text-indent: 30px;
  margin-bottom: 10px;
}

.s_text a {
  color: rgb(189, 78, 191);
  transition: color 0.4s ease;
  text-decoration: dashed;
}

.s_text a:hover {
  color: rgb(86, 49, 134);
}

.s_text h2 {
  font-size: 130%;
}

.s_text h3 {
  font-size: 110%;
}

.ullist-item {
  cursor: pointer;
  margin: 5px 0;
  transition: color 0.4s ease;
  text-decoration: none;
}

a.ullist-item {
  padding: 5px 0;
}

.ullist-item:hover,
.ullist-item.checked {
  color: rgb(114, 25, 128) !important;
}

#cities-list li {
  margin-left: 30px;
}

.citylist-mob {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.citylist-mob li {
  margin-left: 20px;
}

.citylist-mob li:last-child {
  margin-bottom: 20px;
}

.ullist-item.checked .citylist-mob {
  border-left: 1px solid;
}

.forzind {
  z-index: 10 !important;
}

.forzind1 {
  z-index: 9 !important;
}

#city-search {
  display: inline-block;
  margin: 0 auto;
  font-size: 18px;
  outline: 0;
  background: transparent;
  color: #7f7f7f;
  border: 1px solid #d8d8d8;
  background: url(/files/storage/magnifire.svg) 90% / 16px no-repeat;
  border-radius: 12px;
  padding: 10px 50px 10px 10px;
}

#city-search::placeholder {
  color: #7f7f7f;
}

#cities-list,
#areas-list,
#searchList {
  overflow-y: auto;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  max-height: 80vh;
  padding-bottom: 50px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
  color: #34aaf2;
}

.chCity-close {
  cursor: pointer;
}

.clearEl div {
  opacity: 0;
  pointer-events: none;
}

.preload {
  opacity: 1 !important;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#street-inp,
#house-inp {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
}

.searchadr-ul {
  display: none;
  z-index: 50;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  max-height: 500px;
  margin: 0;
  padding: 0 0 0 10px;
  list-style-type: none;
  overflow-y: auto;
  height: auto;
  background: rgba(245, 245, 245, 1);
  color: rgb(153, 153, 153);
  font-size: 17px;
  box-sizing: border-box;
  border-radius: 10px 10px 10px 10px;
}

.searchadr-item {
  cursor: pointer;
  transition: color 0.3s ease;
  line-height: 1;
  margin: 10px 0;
}

.searchadr-item:hover {
  color: rgb(114, 25, 128) !important;
}

.tarif-podr:hover {
  color: #00b956;
}

.phone-btn {
  text-decoration: none;
  transition: color 0.4s ease;
}

.phone-btn:hover {
  color: #34aaf2 !important;
}

.attr > div.flex-speed {
  background: #f6f6f6;
  padding: 10px 8px;
  text-align: left;
  margin-left: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  flex: 1 0 30%;
  box-sizing: border-box;
  border-radius: 4px;
}

.attr > div.flex-speed:not(.active):hover {
  background: #906ad6;
}

.attr > div.flex-speed.f-ch {
  margin-left: 0;
}

.attr > div.flex-speed.active {
  background: #00ef9c;
}

.tooltip {
  position: fixed;
  padding: 8px 10px;
  border: 1px solid #191919;
  border-radius: 10px;
  font: 10px/1.3 sans-serif;
  color: #ffffff;
  background: #191919;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
}

.btn-main {
  background: #00b956 !important;
  color: #fff !important;
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
  padding: 14px 32px 14px 32px !important;
  border-radius: 54px;
  transition: all 0.4s ease;
}

.btn-main:hover {
  background: #731982 !important;
}

.btn-main2 {
  background: rgba(255, 255, 255, 0.3) !important;
  color: #00b956 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  padding: 12px 45px 12px 45px !important;
  border-radius: 30px;
  border-top: 2px solid #00b956;
  border-left: 2px solid #00b956;
  border-right: 2px solid #00b956;
  border-bottom: 2px solid #00b956;
  transition: all 0.4s ease;
}

.btn-main2:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.btn-main3 {
  background: #731982 !important;
  color: rgb(255, 255, 255) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  padding: 12px 45px 12px 45px !important;
  border-radius: 30px;
  transition: all 0.4s ease;
}

.btn-main3:hover {
  background: #9622aa !important;
}

h1.h1b,
h2.h2b,
h3.h3b,
h4.h4b {
  color: #333333 !important;
}
/* размер шрифтов по стайл гайду */
@media (max-width: 1024px) {
  h1.h1b,
  h1.h1w,
  .h1b,
  .h1w {
    font-size: 2.75rem !important;
    line-height: 3rem !important;
  }
  h2.h2b,
  h2.h2w,
  .h1b,
  .h1w {
    font-size: 1.75rem !important;
    line-height: 2.25rem !important;
  }
  h3.h3b,
  h3.h3w,
  .h1b,
  .h1w {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }
}
@media (max-width: 768px) {
  h1.h1b,
  h1.h1w,
  .h1b,
  .h1w {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  h2.h2b,
  h2.h2w,
  .h1b,
  .h1w {
    font-size: 1.375rem !important;
    line-height: 1.75rem !important;
  }
  h3.h3b,
  h3.h3w,
  .h1b,
  .h1w {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }
}

.text-main {
  color: #333333 !important;
}

.text-main a {
  text-decoration: none;
  transition: color 0.3s ease;
  color: #34aaf2 !important;
}

.text-main a:hover {
  color: #731982 !important;
}
